ASP.NET Pack Programmer's Guide
StateCollection(T).CopyTo Method
See Also
 





Copies the elements of the StateCollection collection to an array, starting at a particular array index.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public new virtual void CopyTo (
    T[] array,
    int index
)

Visual Basic  Copy Code

Public Shadows Overridable Sub CopyTo( _
    array() As T, _
    index As Integer _
)

 Parameters

array

Type: T<>
The array to copy to.

index

Type: Int32
The starting index

 See Also

StateCollection(T) Members
StateCollection(T) Class
MindFusion.UI.WebForms Namespace